Oh.. I figured it out.
That's just a simple unit conversion error.
I used millimeter instead of pixel...
>>> # Python >>> __editor.mmMarginLeft() 20 >>> __editor.pxMarginLeft() 110 >>> __editor.mmMarginLeft() == __editor.pxMarginLeft() FalseNow it's solved! THANKS a lot!
Screenshot 2022-11-27 at 4.29.45 PM.png